home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 9 code / Faceless Background Apps / SDaemon.r < prev    next >
Encoding:
Text File  |  1992-01-06  |  598 b   |  25 lines  |  [TEXT/MPS ]

  1. #include "types.r"
  2. resource 'SIZE' (-1) {
  3.     reserved,
  4.     acceptSuspendResumeEvents,
  5.     reserved,
  6.     canBackground,
  7.     notMultiFinderAware,
  8.     onlyBackground,
  9.     dontGetFrontClicks,
  10.     ignoreChildDiedEvents,
  11.     not32BitCompatible,
  12.     isHighLevelEventAware,
  13.     localAndRemoteHLEvents,
  14.     notStationeryAware,
  15.     dontUseTextEditServices,
  16.     reserved,
  17.     reserved,
  18.     reserved,
  19.     20000,  /* I made this want 20K  because that's about the minimum that */
  20.     20000    /* is at all reasonable.  Remember, when you're processing */
  21.             /* Apple events you will have lots of handles created in your */
  22.             /* heap by the AppleEvent Manager */
  23. };
  24.  
  25.